home *** CD-ROM | disk | FTP | other *** search
/ Aminet 50 / Aminet 50 (2002)(GTI - Schatztruhe)[!][Aug 2002].iso / Aminet / text / edit / tecoc-146.lha / typest.c < prev    next >
C/C++ Source or Header  |  1991-07-05  |  554b  |  19 lines

  1. /*****************************************************************************
  2.  
  3.     TypESt()
  4.  
  5.     This function types the erroneous command string.
  6.  
  7. *****************************************************************************/
  8.  
  9. #include "zport.h"        /* define portability identifiers */
  10. #include "tecoc.h"        /* define general identifiers */
  11. #include "defext.h"        /* define external global variables */
  12. #include "dchars.h"        /* define identifiers for characters */
  13.  
  14. VVOID TypESt()            /* type erroneous command str */
  15. {
  16.     TypBuf(CStBeg,CBfPtr);
  17.     ZDspBf("?\r\n", 3);
  18. }
  19.